@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


* { 
margin: 0; 
padding: 0; 
box-sizing: border-box; 
  font-family: "Outfit", sans-serif;
} 

body{
max-width: 100%; 
font-optical-sizing: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #262425;

}

.logo{
height: 50px;
}


nav .navbar-nav li a{
color: #1a1a1a !important;
}


nav .navbar-nav li a:hover{
color: #000 !important;
}


/* Responsive CSS Here */
@media screen and (max-width: 950px) {
.logo{
  height: 40px;
}
.hero-title{
  font-size: 20px;
}
}

.btn{
  border-radius: 10px;
}

.btn-1{
  background-color: #dc3629;
  color: #fff;
  transition: 0.4s;
}

.btn-1:hover{
  background-color: #b82d22;
  color: #fff;
}


.btn-2{
  background-color: #ffff34;
  color: #000;
  transition: 0.4s;
}

.btn-2:hover{
  background-color: #ffff34;
  color: #000;
}

.color-1{
  color: #dc3629;
}

.color-2{
  color: #0b0b0b;
}



.card{
  border-radius: 10px;
   border: solid 1px #f1f1f1;
   padding: 5x;
}


.border-1{
   border: solid 1px #F0F0F0;
}

.bg-warning{
  background-color: #FFD60A;
}

.form-control{
  border-radius: 0px;
  padding: 8px;
  border: solid 1px #F0F0F0;
}

.form-select{
  border-radius: 0px;
  padding: 8px;
  border: solid 1px #F0F0F0;
}


.badge{
  border-radius: 8px;
}


.alert{
  border-radius: 0px;
}





header.header {
height: 72px;
width: 100%;
padding: 0 1.25rem;
position: fixed;
z-index: 40;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
border-bottom: 1px solid #eceae6;
}

.dashboard-logo {
height: 36px;
width: auto;
display: block;
}

.icn { height: 30px; }
.menuicn { cursor: pointer; transition: 0.4s; }
.menuicn:hover {}

.searchbar,
.message,
.logosec {
display: flex;
align-items: center;
justify-content: center;
}

.searchbar2 { display: none; }
.logosec { gap: 0.85rem; }

.message {
gap: 20px;
position: relative;
cursor: pointer;
}

.circle {
height: 7px;
width: 7px;
position: absolute;
background-color: transparent;
border-radius: 50%;
left: 19px;
top: 8px;
}

.dp {
height: 50px;
width: 50px;
background-color: transparent;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border: solid 3px #dc3629;
}

.main-container {
display: flex;
width: 100%;
position: relative;
top: 72px;
}

.dpicn { height: 42px; }

.main {
height: calc(100vh - 72px);
width: 100%;
overflow-y: auto;
overflow-x: hidden;
padding: 1.75rem 1.5rem 2rem;
}

.main::-webkit-scrollbar-thumb {
background-color: #cfc9c0;
border-radius: 999px;
}
.main::-webkit-scrollbar { width: 6px; }
.main::-webkit-scrollbar-track { background-color: transparent; }

.box-container {
display: flex;
justify-content: space-evenly;
align-items: center;
flex-wrap: wrap;
gap: 50px;
}

.nav {
min-height: 100%;
width: 100%;
position: relative;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
overflow: hidden;
padding: 1.25rem 0.85rem 1rem;
}

.navcontainer {
height: calc(100vh - 72px);
width: 260px;
flex-shrink: 0;
position: relative;
overflow-y: auto;
overflow-x: hidden;
transition: width 0.35s ease, left 0.35s ease;
border-right: 1px solid rgba(255, 255, 255, 0.06);
background-color: #0b0b0b;
}

.navcontainer::-webkit-scrollbar { display: none; }
.navclose { width: 84px; }

.nav-option {
width: 100%;
min-height: 46px;
display: flex;
align-items: center;
padding: 0.7rem 0.9rem;
gap: 0.75rem;
transition: background 0.25s ease, color 0.25s ease;
text-decoration: none;
color: rgba(255, 255, 255, 0.72);
background-color: transparent;
border-radius: 12px;
font-weight: 560;
font-size: 0.95rem;
}

.nav-option:hover {
cursor: pointer;
color: #fff;
background-color: rgba(255, 255, 255, 0.08);
}

.nav-option.active {
background: #dc3629;
color: #fff;
font-weight: 650;
}

.nav-img { height: 10px; }

.nav-upper-options {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 0.35rem;
}

.option1 { cursor: pointer; border: none; }
.option1:hover {}

.box { 
height: 130px; 
width: 230px; 
border-radius: 20px; 
box-shadow: 3px 3px 10px rgba(0, 30, 87, 0.751); 
padding: 20px; 
display: flex; 
align-items: center; 
justify-content: space-around; 
cursor: pointer; 
transition: transform 0.3s ease-in-out; 
} 
.box:hover { 
transform: scale(1.08); 
} 

.box:nth-child(1) { 
background-color: var(--one-use-color); 
} 
.box:nth-child(2) { 
background-color: var(--two-use-color); 
} 
.box:nth-child(3) { 
background-color: var(--one-use-color); 
} 
.box:nth-child(4) { 
background-color: var(--two-use-color); 
} 

.box img { 
height: 50px; 
} 
.box .text { 
color: white; 
} 
.topic { 
font-size: 13px; 
font-weight: 400; 
letter-spacing: 1px; 
} 

.topic-heading { 
font-size: 30px; 
letter-spacing: 3px; 
} 

.report-container { 
min-height: 300px; 
max-width: 1200px; 
margin: 70px auto 0px auto; 
background-color: #ffffff; 
border-radius: 30px; 
box-shadow: 3px 3px 10px rgb(188, 188, 188); 
padding: 0px 20px 20px 20px; 
} 
.report-header { 
height: 80px; 
width: 100%; 
display: flex; 
align-items: center; 
justify-content: space-between; 
padding: 20px 20px 10px 20px; 
border-bottom: 2px solid rgba(0, 20, 151, 0.59); 
} 

.recent-Articles { 
font-size: 30px; 
font-weight: 600; 
color: #5500cb; 
} 

.view { 
height: 35px; 
width: 90px; 
border-radius: 8px; 
background-color: #5500cb; 
color: white; 
font-size: 15px; 
border: none; 
cursor: pointer; 
} 

.report-body { 
max-width: 1160px; 
overflow-x: auto; 
padding: 20px; 
} 
.report-topic-heading, 
.item1 { 
width: 1120px; 
display: flex; 
justify-content: space-between; 
align-items: center; 
} 
.t-op { 
font-size: 18px; 
letter-spacing: 0px; 
} 

.items { 
width: 1120px; 
margin-top: 15px; 
} 

.item1 { 
margin-top: 20px; 
} 
.t-op-nextlvl { 
font-size: 14px; 
letter-spacing: 0px; 
font-weight: 600; 
} 


.active-link{
background-color:  #ffd9ab;
}

/* =========================================================
   Visa Sasa — public site
   ========================================================= */

:root {
  --vs-ink: #0b0b0b;
  --vs-muted: #5c5c5c;
  --vs-red: #dc3629;
  --vs-green: #01a657;
  --vs-yellow: #ffff34;
  --vs-sand: #f3efe8;
  --vs-line: #e8e4dc;
  --vs-white: #ffffff;
}

.is-site {
  background: var(--vs-white);
  color: var(--vs-ink);
}

.is-site .wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

/* —— Nav —— */
.site-nav {
  --nav-h: 78px;
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  /* Frosted glass lives on ::before — backdrop-filter on .site-nav
     creates a containing block that collapses the fixed mobile panel. */
  background: transparent;
  border-bottom: 1px solid transparent;
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.site-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  transition: background 0.35s ease;
}

.site-nav.is-scrolled {
  border-bottom-color: rgba(11, 11, 11, 0.08);
  box-shadow: 0 10px 30px rgba(11, 11, 11, 0.05);
}

.site-nav.is-scrolled::before {
  background: rgba(255, 255, 255, 0.94);
}

.site-nav__inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.site-nav__brand {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.site-nav__brand:hover {
  transform: translateY(-1px);
}

.site-nav__brand .logo {
  height: 44px;
  width: auto;
  display: block;
}

.site-nav__panel {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  min-width: 0;
}

.site-nav__links {
  display: flex;
  align-items: center;
  gap: 0.15rem;
  min-width: 0;
}

.site-nav__links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.7rem;
  color: #2a2a2a;
  text-decoration: none;
  font-weight: 550;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.site-nav__links a::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.28rem;
  height: 2px;
  border-radius: 2px;
  background: var(--vs-red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.site-nav__links a:hover {
  color: var(--vs-red);
}

.site-nav__links a:hover::after,
.site-nav__links a.is-current::after {
  transform: scaleX(1);
}

.site-nav__links a.is-current {
  color: var(--vs-red);
  font-weight: 650;
}

.site-nav__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex: 0 0 auto;
  padding: 0.72rem 1.15rem;
  background: var(--vs-ink);
  color: #fff !important;
  text-decoration: none;
  font-weight: 650;
  font-size: 0.9rem;
  letter-spacing: -0.01em;
  border-radius: 10px;
  transition:
    background 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
  box-shadow: 0 8px 20px rgba(11, 11, 11, 0.12);
}

.site-nav__cta i {
  font-size: 0.95rem;
  transition: transform 0.25s ease;
}

.site-nav__cta:hover {
  background: var(--vs-red);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(220, 54, 41, 0.28);
}

.site-nav__cta:hover i {
  transform: translateX(3px);
}

.site-nav__toggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 2.6rem;
  height: 2.6rem;
  border: 1px solid rgba(11, 11, 11, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--vs-ink);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.site-nav__toggle:hover {
  border-color: rgba(220, 54, 41, 0.35);
  background: #fff;
}

.site-nav__toggle-lines {
  display: grid;
  gap: 5px;
  width: 1.15rem;
}

.site-nav__toggle-lines span {
  display: block;
  height: 2px;
  width: 100%;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.28s ease, opacity 0.28s ease, width 0.28s ease;
  transform-origin: center;
}

.site-nav__toggle.is-open .site-nav__toggle-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-nav__toggle.is-open .site-nav__toggle-lines span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.site-nav__toggle.is-open .site-nav__toggle-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.nav-open {
  overflow: hidden;
}

/* —— Hero —— */
.hero {
  position: relative;
  min-height: min(78vh, 720px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: heroDrift 18s ease-in-out infinite alternate;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.42) 0%, rgba(11, 11, 11, 0.62) 42%, rgba(11, 11, 11, 0.9) 100%),
    linear-gradient(90deg, rgba(11, 11, 11, 0.55) 0%, rgba(11, 11, 11, 0.18) 65%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 6.5rem 0 2.75rem;
  display: grid;
  gap: 1.75rem;
}

.hero__copy {
  max-width: 40rem;
}

.hero__brand {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin-bottom: 0.75rem;
  animation: fadeUp 0.9s ease both;
}

.hero__brand span {
  color: #ffb4ad;
}

.hero__title {
  max-width: 18ch;
  font-size: clamp(1.35rem, 2.8vw, 2.05rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 0.65rem;
  animation: fadeUp 0.9s ease 0.12s both;
}

.hero__lead {
  max-width: 38ch;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
  animation: fadeUp 0.9s ease 0.22s both;
}

.hero__apply {
  animation: fadeUp 0.9s ease 0.3s both;
  background: rgba(255, 255, 255, 0.96);
  color: var(--vs-ink);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  padding: 1.15rem 1.2rem 1.2rem;
  box-shadow: 0 18px 40px rgba(11, 11, 11, 0.28);
  backdrop-filter: blur(10px);
}

.hero__apply-head {
  margin-bottom: 1rem;
}

.hero__apply-head h2 {
  margin: 0 0 0.3rem;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  color: var(--vs-ink);
}

.hero__apply-head p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.hero__apply .site-alert {
  margin-bottom: 0.85rem;
}

.apply__form--hero {
  background: transparent;
  border: 0;
  padding: 0;
}

.apply__saved--hero {
  margin-top: 0.85rem;
  color: var(--vs-muted);
}

.btn-lg {
  padding: 0.9rem 1.35rem;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.is-site .btn-1 {
  background: var(--vs-red);
  color: #fff;
  border-radius: 999px;
}

.is-site .btn-1:hover {
  background: #b82d22;
  color: #fff;
}

.is-site .btn-2 {
  background: var(--vs-yellow);
  color: var(--vs-ink);
  border-radius: 999px;
}

.is-site .btn-2:hover {
  filter: brightness(0.97);
  color: var(--vs-ink);
}

.btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  text-decoration: none;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* —— Sections —— */
.section-head {
  max-width: 36rem;
  margin-bottom: 2.25rem;
}

.section-head h2,
.apply__intro h2,
.why__copy h2 {
  font-size: clamp(1.75rem, 3vw, 2.4rem);
  letter-spacing: -0.03em;
  font-weight: 750;
  margin-bottom: 0.55rem;
}

.section-head p,
.why__copy > p {
  color: var(--vs-muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.apply__form {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 1rem;
  align-items: end;
  background: #fff;
  padding: 1.25rem;
  border: 1px solid var(--vs-line);
}

.apply__field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.is-site .form-select {
  border-radius: 10px;
  border: 1px solid var(--vs-line);
  padding: 0.85rem 0.9rem;
  min-height: 52px;
  background: #fff;
}

.apply__submit {
  white-space: nowrap;
  min-height: 52px;
}

.visas {
  padding: 5rem 0 4rem;
}

.visa-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}

.visa-tab {
  border: 1px solid var(--vs-line);
  background: #fff;
  color: var(--vs-ink);
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s ease;
}

.visa-tab.is-active,
.visa-tab:hover {
  background: var(--vs-ink);
  border-color: var(--vs-ink);
  color: #fff;
}

.visa-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.visa-plan {
  border: 1px solid var(--vs-line);
  padding: 1.35rem 1.25rem 1.25rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.visa-plan:hover {
  transform: translateY(-4px);
  border-color: #d2cdc3;
}

.visa-plan--featured {
  border-color: var(--vs-red);
  box-shadow: 0 18px 40px rgba(220, 54, 41, 0.08);
}

.visa-plan__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.visa-plan__head h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.visa-plan__tag {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: var(--vs-yellow);
  color: var(--vs-ink);
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
}

.visa-plan__price {
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 1rem;
}

.visa-plan__currency {
  font-size: 1.1rem;
  vertical-align: super;
  margin-right: 0.1rem;
}

.visa-plan__meta {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.visa-plan__meta li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.92rem;
  border-bottom: 1px solid var(--vs-line);
  padding-bottom: 0.45rem;
}

.visa-plan__meta span {
  color: var(--vs-muted);
}

.visa-plan__note {
  font-size: 0.8rem;
  color: var(--vs-muted);
  margin-bottom: 1rem;
}

.visa-plan__cta {
  margin-top: auto;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
}

.trust {
  padding: 2.5rem 0;
  background: var(--vs-ink);
  color: #fff;
}

.trust__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.trust__item {
  display: grid;
  gap: 0.25rem;
}

.trust__item strong {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--vs-red);
}

.trust__item span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.how {
  position: relative;
  padding: 5.5rem 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 60% at 0% 0%, rgba(220, 54, 41, 0.06), transparent 55%),
    linear-gradient(180deg, #fff 0%, #faf8f4 100%);
}

.how__head {
  max-width: 34rem;
  margin-bottom: 2.75rem;
}

.how__eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vs-red);
}

.how__head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
  color: var(--vs-ink);
}

.how__head > p {
  margin: 0;
  max-width: 32ch;
  color: var(--vs-muted);
  font-size: clamp(1.02rem, 1.5vw, 1.15rem);
  line-height: 1.55;
}

.how__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
  position: relative;
}

.how__steps::before {
  content: "";
  position: absolute;
  top: 1.55rem;
  left: calc(12.5% + 1.55rem);
  right: calc(12.5% - 1.55rem);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(11, 11, 11, 0.14), transparent);
  pointer-events: none;
}

.how__step {
  --i: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  transition: transform 0.35s ease;
}

.how__step.reveal {
  transition-delay: calc(var(--i) * 70ms);
}

.how__step:hover {
  transform: translateY(-4px);
}

.how__top {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
  min-height: 3.1rem;
}

.how__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 2rem;
  width: 2rem;
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--vs-red);
}

.how__icon {
  width: 3.1rem;
  height: 3.1rem;
  flex: 0 0 3.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 12px;
  border: 1px solid rgba(11, 11, 11, 0.1);
  background: #fff;
  color: var(--vs-ink);
  font-size: 1.2rem;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(11, 11, 11, 0.05);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.how__icon i {
  line-height: 1;
  display: block;
}

.how__step:hover .how__icon {
  background: var(--vs-red);
  border-color: var(--vs-red);
  color: #fff;
}

.how__step h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.08rem, 1.6vw, 1.25rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.how__step p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 28ch;
}

@media screen and (max-width: 950px) {
  .how__steps {
    grid-template-columns: 1fr 1fr;
    gap: 1.75rem 1.25rem;
  }

  .how__steps::before {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .how {
    padding: 4rem 0;
  }

  .how__steps {
    grid-template-columns: 1fr;
  }

  .how__step p {
    max-width: none;
  }
}

.why {
  padding: 5rem 0;
  background: var(--vs-sand);
}

.why__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
}

.why__list {
  margin: 1.35rem 0 1.75rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}

.why__list li {
  position: relative;
  padding-left: 1.35rem;
  font-weight: 500;
}

.why__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--vs-green);
}

.why__visual {
  overflow: hidden;
  min-height: 360px;
}

.why__visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  transition: transform 1.2s ease;
}

.why__visual:hover img {
  transform: scale(1.04);
}

.testimonials {
  padding: 5rem 0 4.5rem;
  background:
    linear-gradient(180deg, #fff 0%, #f7f5f2 100%);
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem 2rem;
}

.testimonial {
  margin: 0;
  padding: 0 0 0 1.15rem;
  border-left: 3px solid var(--vs-red);
}

.testimonial__stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
  color: var(--vs-red);
  font-size: 0.9rem;
}

.testimonial__quote {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--vs-ink);
  letter-spacing: -0.01em;
}

.testimonial__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.testimonial__photo,
.testimonial__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.testimonial__avatar {
  display: grid;
  place-items: center;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}

.testimonial__author cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: var(--vs-ink);
}

.testimonial__author span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.86rem;
  color: var(--vs-muted);
}

.admin-person {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.admin-person__photo,
.admin-person__initials {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.admin-person__initials {
  display: grid;
  place-items: center;
  background: #111;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.admin-visibility {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.admin-check {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  color: #333;
}

.admin-check input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--vs-red);
}

.final-cta {
  position: relative;
  min-height: min(72vh, 620px);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 5.5rem 0;
}

.final-cta__media {
  position: absolute;
  inset: 0;
}

.final-cta__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: finalCtaDrift 18s ease-in-out infinite alternate;
}

.final-cta__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 45%, rgba(11, 11, 11, 0.35), transparent 70%),
    linear-gradient(180deg, rgba(11, 11, 11, 0.55) 0%, rgba(11, 11, 11, 0.78) 55%, rgba(11, 11, 11, 0.92) 100%);
}

@keyframes finalCtaDrift {
  from { transform: scale(1.06) translate3d(0, 0, 0); }
  to { transform: scale(1.12) translate3d(-1.5%, -1%, 0); }
}

.final-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
  margin-inline: auto;
}

.final-cta__brand {
  margin: 0 0 0.85rem;
  font-size: clamp(1.65rem, 3.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.final-cta__brand span {
  color: #ffb4ad;
}

.final-cta__inner h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(2.35rem, 6vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.final-cta__inner > p {
  margin: 0 auto 1.75rem;
  max-width: 28ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.55;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
  justify-content: center;
  align-items: center;
}

.final-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.9rem 1.35rem;
  background: var(--vs-red);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
  border-radius: 10px;
  box-shadow: 0 14px 30px rgba(220, 54, 41, 0.35);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.final-cta__btn i {
  transition: transform 0.25s ease;
}

.final-cta__btn:hover {
  background: #ef4335;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(220, 54, 41, 0.4);
}

.final-cta__btn:hover i {
  transform: translateX(3px);
}

.final-cta__link {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.98rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 0.15rem;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.final-cta__link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

@media screen and (max-width: 640px) {
  .final-cta {
    min-height: 58vh;
    padding: 4.25rem 0;
  }

  .final-cta__actions {
    flex-direction: column;
  }
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(220, 54, 41, 0.18), transparent 55%),
    linear-gradient(180deg, #141414 0%, #0b0b0b 100%);
  color: rgba(255, 255, 255, 0.72);
  padding: 4.25rem 0 1.75rem;
}

.site-footer__glow {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(220, 54, 41, 0.7), transparent);
  pointer-events: none;
}

.site-footer__inner {
  position: relative;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto 2.75rem;
  display: grid;
  grid-template-columns: 1.45fr 0.9fr 0.9fr 1.15fr;
  gap: 2.25rem 2rem;
}

.site-footer__brand {
  max-width: 22rem;
}

.site-footer__logo-link {
  display: inline-flex;
  margin-bottom: 1rem;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.site-footer__logo-link:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.site-footer .logo--footer {
  height: 46px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

.site-footer__brand > p {
  margin: 0 0 1.35rem;
  max-width: 30ch;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.98rem;
}

.site-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 1.1rem;
  background: var(--vs-red);
  color: #fff !important;
  text-decoration: none;
  font-weight: 650;
  font-size: 0.9rem;
  letter-spacing: -0.01em;
  border-radius: 10px;
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 24px rgba(220, 54, 41, 0.28);
}

.site-footer__cta i {
  transition: transform 0.25s ease;
}

.site-footer__cta:hover {
  background: #ef4335;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(220, 54, 41, 0.34);
}

.site-footer__cta:hover i {
  transform: translateX(3px);
}

.site-footer__col {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.site-footer__col h4 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__col a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.35;
  width: fit-content;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer__col a:hover {
  color: #fff;
  transform: translateX(2px);
}

.site-footer__contact,
.site-footer__meta {
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  width: 100%;
  max-width: 100%;
}

.site-footer__contact i,
.site-footer__meta i {
  margin-top: 0.15rem;
  color: #ff8d84;
  font-size: 0.95rem;
}

.site-footer__contact span,
.site-footer__meta span {
  word-break: break-word;
}

.site-footer__meta {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  line-height: 1.45;
}

.site-footer__bottom {
  position: relative;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.5rem;
  justify-content: space-between;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.48);
}

/* —— Motion —— */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroDrift {
  from { transform: scale(1.08) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-1.5%, -1%, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero__img,
  .final-cta__img,
  .reveal,
  .hero__brand,
  .hero__title,
  .hero__lead,
  .hero__apply {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media screen and (max-width: 1100px) and (min-width: 951px) {
  .site-nav__links {
    gap: 0;
  }

  .site-nav__links a {
    padding: 0.55rem 0.5rem;
    font-size: 0.86rem;
  }

  .site-nav__links a::after {
    left: 0.5rem;
    right: 0.5rem;
  }

  .site-nav__panel {
    gap: 1rem;
  }

  .site-nav__cta {
    padding: 0.65rem 0.95rem;
    font-size: 0.84rem;
  }
}

/* —— Responsive —— */
@media screen and (max-width: 950px) {
  .site-nav {
    --nav-h: 70px;
  }

  .site-nav__brand .logo {
    height: 38px;
  }

  .site-nav__toggle {
    display: inline-flex;
    z-index: 60;
  }

  .site-nav__panel {
    position: fixed;
    inset: var(--nav-h) 0 0;
    z-index: 55;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
    padding: 1.25rem 1.25rem 2rem;
    background:
      linear-gradient(180deg, #ffffff 0%, #faf8f4 100%);
    border-top: 1px solid rgba(11, 11, 11, 0.06);
    transform: translateY(-0.5rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0.28s ease;
    overflow-y: auto;
  }

  .site-nav__panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav__links {
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
  }

  .site-nav__links a {
    padding: 0.95rem 0.15rem;
    font-size: 1.05rem;
    border-bottom: 1px solid rgba(11, 11, 11, 0.08);
  }

  .site-nav__links a::after {
    display: none;
  }

  .site-nav__links a.is-current {
    color: var(--vs-red);
  }

  .site-nav__cta {
    justify-content: center;
    margin-top: 0.35rem;
    padding: 0.95rem 1.2rem;
    width: 100%;
  }

  .apply__form {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero__content {
    padding: 5.75rem 0 1.85rem;
  }

  .visa-grid,
  .trust__row,
  .why__grid,
  .testimonials__grid,
  .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
    max-width: 28rem;
  }
}

@media screen and (max-width: 640px) {
  .hero__content {
    padding: 5.35rem 0 1.5rem;
  }

  .hero__apply {
    padding: 1rem;
    border-radius: 14px;
  }

  .visa-grid,
  .trust__row,
  .why__grid,
  .testimonials__grid,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .why__visual,
  .why__visual img {
    min-height: 240px;
  }
}

/* =========================================================
   Admin auth + dashboard
   ========================================================= */

.is-auth {
  min-height: 100vh;
  background: #0b0b0b;
}

.auth-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  overflow: hidden;
}

.auth-visual {
  position: relative;
  min-height: 100%;
  color: #fff;
  overflow: hidden;
}

.auth-visual__media {
  position: absolute;
  inset: 0;
}

.auth-visual__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  animation: heroDrift 22s ease-in-out infinite alternate;
}

.auth-visual__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(160deg, rgba(11, 11, 11, 0.55) 0%, rgba(11, 11, 11, 0.72) 45%, rgba(11, 11, 11, 0.92) 100%),
    linear-gradient(0deg, rgba(220, 54, 41, 0.22), transparent 42%);
}

.auth-visual__content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(2rem, 5vw, 4rem);
  animation: fadeUp 0.8s ease both;
}

.auth-visual__brand {
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.92;
  margin: 0 0 1rem;
}

.auth-visual__brand span {
  color: var(--vs-red);
}

.auth-visual__tag {
  max-width: 22ch;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.auth-panel {
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(220, 54, 41, 0.06), transparent 55%),
    #f7f5f2;
  padding: 2rem 1.25rem;
}

.auth-panel__inner {
  width: min(420px, 100%);
  display: flex;
  flex-direction: column;
  min-height: min(640px, calc(100svh - 4rem));
  animation: fadeUp 0.7s ease 0.08s both;
}

.auth-panel__brand {
  display: inline-flex;
  margin-bottom: 2.25rem;
}

.auth-panel__brand .logo {
  height: 38px;
}

.auth-panel__body {
  flex: 1;
}

.auth-panel__fine {
  margin: 2rem 0 0;
  font-size: 0.82rem;
  color: #8a8680;
}

.auth-panel__fine a {
  color: var(--vs-ink);
  font-weight: 600;
  text-decoration: none;
}

.auth-panel__fine a:hover {
  color: var(--vs-red);
}

.auth-card__eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vs-red);
}

.auth-card__head {
  margin-bottom: 1.85rem;
}

.auth-card__head h1 {
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--vs-ink);
  margin: 0 0 0.45rem;
  line-height: 1.05;
}

.auth-card__head p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 1rem;
  line-height: 1.5;
  max-width: 32ch;
}

.auth-form {
  display: grid;
  gap: 1.15rem;
}

.auth-field label {
  display: block;
  font-size: 0.84rem;
  font-weight: 650;
  margin-bottom: 0.45rem;
  color: var(--vs-ink);
}

.auth-field__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.auth-field__row label {
  margin: 0;
}

.auth-link {
  color: var(--vs-red);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 650;
}

.auth-link:hover {
  color: #b82d22;
  text-decoration: underline;
}

.auth-input {
  position: relative;
}

.auth-input__icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9a9590;
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
}

.is-auth .form-control {
  border-radius: 12px;
  border: 1px solid #e4dfd7;
  padding: 0.9rem 1rem 0.9rem 2.65rem;
  min-height: 52px;
  width: 100%;
  background: #fff;
  color: var(--vs-ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.is-auth .auth-password .form-control {
  padding-right: 2.75rem;
}

.is-auth .form-control::placeholder {
  color: #a8a39c;
}

.is-auth .form-control:hover {
  border-color: #d2cbc1;
}

.is-auth .form-control:focus {
  border-color: var(--vs-red);
  box-shadow: 0 0 0 4px rgba(220, 54, 41, 0.12);
  outline: none;
}

.auth-password__toggle {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #8a8680;
  width: 2.35rem;
  height: 2.35rem;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}

.auth-password__toggle:hover {
  color: var(--vs-ink);
  background: rgba(11, 11, 11, 0.05);
}

.auth-check {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.92rem;
  color: var(--vs-muted);
  user-select: none;
  margin-top: 0.15rem;
}

.auth-check input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--vs-red);
}

.auth-submit {
  width: 100%;
  margin-top: 0.35rem;
  border-radius: 999px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: #dc3629;
  color: #fff;
  border: 0;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 10px 24px rgba(220, 54, 41, 0.22);
}

.auth-submit:hover {
  background: #b82d22;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(220, 54, 41, 0.28);
}

.auth-submit:disabled {
  opacity: 0.75;
  cursor: wait;
  transform: none;
  box-shadow: none;
}

.auth-submit i {
  font-size: 1.05rem;
  transition: transform 0.2s ease;
}

.auth-submit:hover i {
  transform: translateX(2px);
}

.auth-foot {
  text-align: center;
  margin: 0.5rem 0 0;
}

@media screen and (max-width: 960px) {
  .auth-shell {
    grid-template-columns: 1fr;
  }

  .auth-visual {
    min-height: 34vh;
  }

  .auth-visual__content {
    padding: 1.5rem 1.35rem 1.75rem;
  }

  .auth-visual__brand {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .auth-visual__tag {
    font-size: 0.98rem;
    max-width: 28ch;
  }

  .auth-panel {
    padding: 1.75rem 1.15rem 2rem;
    align-items: start;
  }

  .auth-panel__inner {
    min-height: auto;
  }

  .auth-panel__brand {
    margin-bottom: 1.5rem;
  }
}

.is-admin .main {
  background: #f7f5f2;
}

/* —— Admin topbar —— */
.is-admin .admin-topbar {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(11, 11, 11, 0.04);
}

.admin-topbar__left,
.admin-topbar__right {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-width: 0;
}

.admin-topbar__toggle {
  width: 42px;
  height: 42px;
  border: 1px solid #e8e4dc;
  background: #fff;
  color: #0b0b0b;
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  font-size: 1.25rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.admin-topbar__toggle:hover {
  background: #0b0b0b;
  border-color: #0b0b0b;
  color: #fff;
}

.admin-topbar__logo {
  display: inline-flex;
  align-items: center;
}

.admin-topbar__divider {
  width: 1px;
  height: 28px;
  background: #e8e4dc;
}

.admin-topbar__context {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}

.admin-topbar__eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #dc3629;
  line-height: 1;
}

.admin-topbar__title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #0b0b0b;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.admin-topbar__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #e8e4dc;
  background: #fff;
  color: #0b0b0b;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 650;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.admin-topbar__link:hover {
  border-color: #0b0b0b;
  background: #0b0b0b;
  color: #fff;
}

.admin-user {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.35rem 0.7rem 0.35rem 0.35rem;
  border-radius: 999px;
  background: #f3efe8;
  border: 1px solid #e8e4dc;
  max-width: 260px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.admin-user:hover {
  border-color: #0b0b0b;
  background: #fff;
}

.admin-user__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #0b0b0b;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.admin-user__meta {
  display: grid;
  min-width: 0;
}

.admin-user__meta strong {
  font-size: 0.86rem;
  color: #0b0b0b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin-user__meta small {
  font-size: 0.74rem;
  color: #7a756e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* —— Admin sidebar —— */
.admin-sidebar {
  background:
    radial-gradient(ellipse 80% 40% at 0% 0%, rgba(220, 54, 41, 0.22), transparent 55%),
    #0b0b0b;
}

.admin-sidebar .nav {
  gap: 1.5rem;
}

.admin-sidebar__top,
.admin-sidebar__foot {
  display: grid;
  gap: 0.55rem;
}

.admin-sidebar__label {
  margin: 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.admin-sidebar .nav-icon {
  padding: 0;
  width: 1.15rem;
  text-align: center;
  color: inherit;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.admin-sidebar .nav-option.active .nav-icon,
.admin-sidebar .nav-option:hover .nav-icon {
  color: inherit;
}

.admin-sidebar .nav-option--logout {
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
}

.admin-sidebar .nav-option--logout:hover {
  background: rgba(220, 54, 41, 0.16);
  color: #fff;
}

.nav-dropdown {
  width: 100%;
}

.nav-dropdown__toggle {
  width: 100%;
  text-align: left;
  font: inherit;
  position: relative;
}

.nav-dropdown__toggle.is-current {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav-dropdown__caret {
  margin-left: auto;
  font-size: 0.85rem;
  opacity: 0.7;
  transition: transform 0.25s ease;
}

.nav-dropdown.is-open .nav-dropdown__caret {
  transform: rotate(180deg);
}

.nav-dropdown__menu {
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.2rem 0 0.45rem 2.35rem;
}

.nav-dropdown.is-open .nav-dropdown__menu {
  display: flex;
}

.nav-dropdown__link {
  display: block;
  padding: 0.55rem 0.8rem;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 550;
  transition: background 0.2s ease, color 0.2s ease;
}

.nav-dropdown__link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav-dropdown__link.active {
  background: #dc3629;
  color: #fff;
  font-weight: 650;
}

@media screen and (min-width: 851px) {
  .navclose .nav-dropdown__menu,
  .navclose .nav-dropdown__caret {
    display: none !important;
  }
}

.nav-logout-form {
  width: 100%;
  margin: 0;
}

.navclose .admin-sidebar__label,
.navclose .nav-option span,
.navclose .admin-topbar__context {
  display: none;
}

.navclose .nav-option {
  justify-content: center;
  padding-inline: 0.65rem;
}

.navclose .admin-sidebar .nav {
  padding-inline: 0.65rem;
}

.admin-welcome {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.admin-welcome__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--vs-red);
  margin: 0 0 0.35rem;
}

.admin-welcome h1 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: -0.03em;
  margin: 0 0 0.35rem;
  color: var(--vs-ink);
}

.admin-welcome__lead {
  margin: 0;
  color: var(--vs-muted);
}

.admin-welcome__meta {
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--vs-muted);
  background: #fff;
  border: 1px solid #eceae6;
  padding: 0.65rem 0.9rem;
  border-radius: 12px;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.admin-stat {
  background: #fff;
  border: 1px solid #eceae6;
  border-radius: 14px;
  padding: 1.15rem 1.2rem;
  display: grid;
  gap: 0.25rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

a.admin-stat:hover {
  border-color: #f0cfcb;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}

.admin-stat__label {
  font-size: 0.85rem;
  color: var(--vs-muted);
  font-weight: 600;
}

.admin-stat__value {
  font-size: 1.75rem;
  letter-spacing: -0.03em;
  color: var(--vs-ink);
}

.admin-stat__hint {
  font-size: 0.8rem;
  color: #9a9a9a;
}

/* —— Dashboard reporting —— */
.dash-welcome {
  margin-bottom: 1.25rem;
}

.dash-filter {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.35rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #eceae6;
  border-radius: 16px;
}

.dash-filter__presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dash-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid #e4dfd7;
  background: #faf8f5;
  color: #4a4641;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 600;
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.dash-chip:hover {
  border-color: #f0cfcb;
  color: var(--vs-red);
}

.dash-chip.is-active {
  background: var(--vs-ink);
  border-color: var(--vs-ink);
  color: #fff;
}

.dash-filter__custom {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 0.85rem 1rem;
}

.dash-filter__custom .form-control--plain {
  min-width: 10.5rem;
  border-radius: 10px;
  border: 1px solid #e4dfd7;
  padding: 0.65rem 0.85rem;
  background: #fff;
}

.dash-filter__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0.1rem;
}

.dash-kpis {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.9rem;
  margin-bottom: 1rem;
}

.dash-kpi {
  position: relative;
  display: grid;
  gap: 0.2rem;
  padding: 1.05rem 1.1rem 1.1rem;
  background: #fff;
  border: 1px solid #eceae6;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

a.dash-kpi:hover {
  border-color: #f0cfcb;
  box-shadow: 0 10px 24px rgba(11, 11, 11, 0.05);
  transform: translateY(-1px);
}

.dash-kpi--accent {
  background: linear-gradient(160deg, #fff 0%, #fff8f6 100%);
  border-color: #f0d2cd;
}

.dash-kpi__icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #f7f3ee;
  color: var(--vs-red);
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.dash-kpi__label {
  font-size: 0.8rem;
  font-weight: 650;
  color: var(--vs-muted);
}

.dash-kpi__value {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  letter-spacing: -0.03em;
  color: var(--vs-ink);
  line-height: 1.15;
}

.dash-kpi__hint {
  font-size: 0.76rem;
  color: #9a9590;
}

.dash-secondary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.dash-secondary__item {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 1rem;
  background: #faf8f5;
  border: 1px solid #eceae6;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
}

.dash-secondary__item span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--vs-muted);
}

.dash-secondary__item strong {
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  color: var(--vs-ink);
}

.dash-secondary__item em {
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 650;
  color: var(--vs-red);
}

.dash-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.dash-grid--lists {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dash-panel {
  background: #fff;
  border: 1px solid #eceae6;
  border-radius: 16px;
  padding: 1.15rem 1.2rem 1.25rem;
  min-width: 0;
}

.dash-panel__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.dash-panel__head h2 {
  margin: 0 0 0.2rem;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--vs-ink);
}

.dash-panel__head p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--vs-muted);
}

.dash-chart {
  position: relative;
  height: 240px;
}

.dash-chart--donut {
  height: 220px;
  max-width: 280px;
  margin: 0 auto;
}

.dash-empty {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
  color: var(--vs-muted);
  text-align: center;
}

.dash-legend {
  list-style: none;
  margin: 0.85rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.dash-legend li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.86rem;
}

.dash-table-wrap {
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.dash-table-wrap .admin-table th:first-child,
.dash-table-wrap .admin-table td:first-child {
  padding-left: 0;
}

.dash-rank {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.dash-rank li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 0.25rem 0.75rem;
  align-items: center;
}

.dash-rank__name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--vs-ink);
}

.dash-rank__bar {
  grid-column: 1 / -1;
  height: 6px;
  border-radius: 999px;
  background: #f0ece6;
  overflow: hidden;
  position: relative;
}

.dash-rank__bar::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: calc(var(--rank, 0) * 100%);
  background: linear-gradient(90deg, var(--vs-red), #f07167);
  border-radius: inherit;
}

.dash-rank strong {
  font-size: 0.9rem;
  color: var(--vs-ink);
}

.dash-rank__empty {
  color: var(--vs-muted);
  font-size: 0.88rem;
}

@media screen and (max-width: 1200px) {
  .dash-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dash-secondary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dash-grid--lists {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 900px) {
  .dash-grid,
  .dash-grid--charts {
    grid-template-columns: 1fr;
  }

  .dash-secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 650px) {
  .dash-kpis,
  .dash-secondary {
    grid-template-columns: 1fr;
  }

  .dash-filter__custom {
    display: grid;
  }

  .dash-filter__custom .form-control--plain {
    min-width: 0;
    width: 100%;
  }
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: start;
}

.profile-card {
  background: #fff;
  border: 1px solid #eceae6;
  border-radius: 16px;
  padding: 1.35rem 1.35rem 1.45rem;
}

.profile-card__head {
  margin-bottom: 1.25rem;
}

.profile-card__head h2 {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #0b0b0b;
}

.profile-card__head p {
  margin: 0;
  color: #7a756e;
  font-size: 0.92rem;
}

.profile-form {
  display: grid;
  gap: 1rem;
}

.is-admin .auth-field label {
  display: block;
  font-size: 0.84rem;
  font-weight: 650;
  margin-bottom: 0.45rem;
  color: #0b0b0b;
}

.is-admin .auth-input {
  position: relative;
}

.is-admin .auth-input__icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9a9590;
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
}

.is-admin .form-control {
  border-radius: 12px;
  border: 1px solid #e4dfd7;
  padding: 0.9rem 1rem 0.9rem 2.65rem;
  min-height: 52px;
  width: 100%;
  background: #fff;
  color: #0b0b0b;
}

.is-admin .auth-password .form-control {
  padding-right: 2.75rem;
}

.is-admin .form-control:focus {
  border-color: #dc3629;
  box-shadow: 0 0 0 4px rgba(220, 54, 41, 0.12);
  outline: none;
}

.is-admin .auth-password__toggle {
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #8a8680;
  width: 2.35rem;
  height: 2.35rem;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  border-radius: 8px;
}

.is-admin .auth-submit.profile-submit {
  width: auto;
  justify-self: start;
  min-width: 180px;
  margin-top: 0.25rem;
}

@media screen and (max-width: 960px) {
  .profile-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 960px) {
  .admin-topbar__divider,
  .admin-topbar__context,
  .admin-topbar__link span,
  .admin-user__meta {
    display: none;
  }

  .admin-user {
    padding: 0.3rem;
  }
}

@media screen and (max-width: 850px) {
  .admin-stats {
    grid-template-columns: 1fr;
  }

  .is-admin .navcontainer {
    width: min(280px, 86vw);
    position: absolute;
    top: 0;
    left: -110%;
    z-index: 30;
    height: calc(100vh - 72px);
    box-shadow: 18px 0 40px rgba(0, 0, 0, 0.25);
  }

  .is-admin .navcontainer.navclose {
    left: 0;
    width: min(280px, 86vw);
  }

  .is-admin .navclose .admin-sidebar__label,
  .is-admin .navclose .nav-option span {
    display: block;
  }

  .is-admin .navclose .nav-option {
    justify-content: flex-start;
    padding: 0.7rem 0.9rem;
  }
}

/* —— Admin CRUD —— */
.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
  margin-bottom: 1.5rem;
}

.admin-toolbar h1 {
  margin: 0 0 0.3rem;
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  letter-spacing: -0.03em;
  color: #0b0b0b;
}

.admin-toolbar__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.7rem 1.1rem;
  color: #fff;
}

.admin-toolbar__link {
  color: #0b0b0b;
  font-weight: 650;
  text-decoration: none;
}

.admin-toolbar__link:hover {
  color: #dc3629;
}

.admin-toolbar__group {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.admin-table-wrap {
  background: #fff;
  border: 1px solid #eceae6;
  border-radius: 16px;
  overflow: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

.admin-table th,
.admin-table td {
  padding: 0.95rem 1rem;
  text-align: left;
  border-bottom: 1px solid #f0ece6;
  vertical-align: middle;
}

.admin-table th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7a756e;
  background: #faf8f5;
}

.admin-table tr:last-child td {
  border-bottom: 0;
}

.admin-table__muted,
.admin-table__empty {
  color: #7a756e;
}

.admin-table__empty {
  text-align: center;
  padding: 2rem 1rem !important;
}

.admin-table__actions {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  text-align: right;
}

.admin-table__actions-inner {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}

.admin-table__actions form,
.admin-table__actions-inner form {
  margin: 0;
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.admin-action {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  padding: 0;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #eceae6;
  background: #fff;
  color: #0b0b0b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
}

.admin-action i {
  line-height: 1;
  font-size: 1rem;
}

.admin-action:hover {
  border-color: #0b0b0b;
  color: #0b0b0b;
}

.admin-action--danger:hover {
  border-color: #dc3629;
  color: #dc3629;
}

.admin-thumb {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  background: #f3efe8;
  color: #9a9590;
}

.admin-thumb--empty {
  border: 1px dashed #ddd6cc;
}

.admin-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.admin-filter label {
  font-size: 0.86rem;
  font-weight: 650;
  margin: 0;
}

.admin-filter .form-select {
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid #e4dfd7;
  padding: 0.65rem 0.85rem;
  background: #fff;
}

.admin-filter--orders {
  flex-wrap: wrap;
  align-items: end;
  gap: 0.85rem 1rem;
}

.admin-filter__group {
  display: grid;
  gap: 0.35rem;
}

.admin-filter__group .form-control--plain {
  min-width: min(100%, 280px);
  border-radius: 10px;
  border: 1px solid #e4dfd7;
  min-height: 44px;
  background: #fff;
}

.admin-filter__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.admin-toolbar__btn--danger {
  background: #fff;
  color: #b42318;
  border: 1px solid #f3c7c2;
}

.admin-toolbar__btn--danger:hover {
  background: #fff5f4;
  color: #912018;
}

.order-status {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: #f3f1ee;
  color: #4a4640;
  white-space: nowrap;
}

.order-status--awaiting_payment {
  background: #fff7e8;
  color: #9a6700;
}

.order-status--paid {
  background: #eef6ff;
  color: #175cd3;
}

.order-status--processing {
  background: #f4f0ff;
  color: #5925dc;
}

.order-status--approved,
.order-status--delivered {
  background: #eaf8ef;
  color: #067647;
}

.order-status--rejected,
.order-status--cancelled {
  background: #fef3f2;
  color: #b42318;
}

/* Order detail view */
.order-view {
  display: grid;
  gap: 1.25rem;
  max-width: 1100px;
}

.order-view__hero {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: end;
  padding: 1.5rem 1.6rem;
  border: 1px solid #ebe6df;
  border-radius: 18px;
  background:
    radial-gradient(ellipse 55% 80% at 100% 0%, rgba(220, 54, 41, 0.08), transparent 55%),
    linear-gradient(180deg, #fff 0%, #faf8f4 100%);
}

.order-view__back {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: #7a756e;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
}

.order-view__back:hover {
  color: var(--vs-red);
}

.order-view__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--vs-red);
}

.order-view__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 0.85rem;
  margin-bottom: 0.4rem;
}

.order-view__title-row h1 {
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.order-view__lead {
  margin: 0;
  color: #6f6a63;
  font-size: 0.98rem;
}

.order-view__hero-side {
  display: grid;
  gap: 0.85rem;
  justify-items: end;
  flex: 0 0 auto;
}

.order-view__amount {
  text-align: right;
}

.order-view__amount span {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a847c;
  margin-bottom: 0.2rem;
}

.order-view__amount strong {
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  letter-spacing: -0.03em;
  color: var(--vs-ink);
}

.order-view__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: flex-end;
}

.order-view__actions form {
  margin: 0;
}

.order-view__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.order-view__stat {
  padding: 1rem 1.1rem;
  border: 1px solid #ebe6df;
  border-radius: 14px;
  background: #fff;
}

.order-view__stat span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a847c;
}

.order-view__stat strong {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--vs-ink);
  word-break: break-word;
}

.order-view__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.order-panel {
  border: 1px solid #ebe6df;
  border-radius: 16px;
  background: #fff;
  padding: 1.25rem 1.35rem 1.4rem;
}

.order-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.15rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #f0ebe4;
}

.order-panel__head h2 {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.order-panel__head p {
  margin: 0.25rem 0 0;
  color: #7a756e;
  font-size: 0.92rem;
}

.order-facts {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1.25rem;
}

.order-facts--wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.order-facts dt {
  margin: 0 0 0.22rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #8a847c;
}

.order-facts dd {
  margin: 0;
  color: var(--vs-ink);
  font-size: 0.98rem;
  line-height: 1.4;
  word-break: break-word;
}

.order-facts dd a {
  color: var(--vs-ink);
  text-decoration: none;
  font-weight: 600;
}

.order-facts dd a:hover {
  color: var(--vs-red);
}

.order-docs-block {
  margin-top: 1.35rem;
  padding-top: 1.15rem;
  border-top: 1px solid #f0ebe4;
}

.order-docs-block h3 {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
}

.order-docs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.order-docs li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.8rem 0.95rem;
  border: 1px solid #eceae6;
  border-radius: 12px;
  background: #faf9f7;
}

.order-docs li span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #3f3b36;
  font-weight: 550;
}

.order-docs li span i {
  color: #9a9590;
}

.order-docs a {
  color: var(--vs-red);
  font-weight: 650;
  text-decoration: none;
  white-space: nowrap;
}

.order-docs a:hover {
  text-decoration: underline;
}

.order-docs em {
  color: #9a9590;
  font-style: normal;
}

@media screen and (max-width: 960px) {
  .order-view__hero {
    flex-direction: column;
    align-items: stretch;
  }

  .order-view__hero-side {
    justify-items: start;
  }

  .order-view__amount {
    text-align: left;
  }

  .order-view__actions {
    justify-content: flex-start;
  }

  .order-view__stats,
  .order-view__grid,
  .order-facts,
  .order-facts--wide {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 640px) {
  .order-view__stats,
  .order-view__grid,
  .order-facts,
  .order-facts--wide {
    grid-template-columns: 1fr;
  }
}

.admin-pagination {
  margin-top: 1.25rem;
}

.profile-card--narrow {
  max-width: 640px;
}

.is-admin .form-control--plain {
  padding-left: 0.95rem;
}

.field-hint {
  margin: 0.45rem 0 0;
  font-size: 0.8rem;
  color: #8a8680;
}

.field-optional {
  font-weight: 500;
  color: #8a8680;
  text-transform: lowercase;
}

.photo-preview {
  margin-bottom: 0.85rem;
  display: flex;
  justify-content: center;
}

.photo-preview img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid #eceae6;
}

.photo-preview--lg img {
  width: 100%;
  max-width: 360px;
  height: 220px;
}

/* —— Centered admin forms —— */
.admin-form-shell {
  width: min(620px, 100%);
  margin: 0.5rem auto 2rem;
}

.admin-form-shell--wide {
  width: min(720px, 100%);
}

.admin-form-shell__intro {
  text-align: center;
  margin-bottom: 1.35rem;
}

.admin-form-shell__intro h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  letter-spacing: -0.03em;
  color: #0b0b0b;
}

.admin-form-shell__intro .admin-welcome__lead {
  margin: 0 auto;
  max-width: 38ch;
}

.admin-form-stack {
  display: grid;
  gap: 1.15rem;
}

.admin-form-card {
  background: #fff;
  border: 1px solid #eceae6;
  border-radius: 18px;
  padding: 1.5rem 1.45rem 1.55rem;
  box-shadow: 0 10px 30px rgba(11, 11, 11, 0.04);
}

.admin-form-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #f0ece6;
}

.admin-form-card__head h2 {
  margin: 0 0 0.25rem;
  font-size: 1.12rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  color: #0b0b0b;
}

.admin-form-card__head p {
  margin: 0;
  color: #7a756e;
  font-size: 0.92rem;
}

.admin-form {
  display: grid;
  gap: 1.15rem;
}

.admin-field label {
  display: block;
  font-size: 0.86rem;
  font-weight: 650;
  margin-bottom: 0.45rem;
  color: #0b0b0b;
}

.admin-form__actions {
  display: flex;
  justify-content: center;
  padding-top: 0.35rem;
}

.admin-form__submit {
  width: min(100%, 280px);
  justify-content: center;
}

.admin-form-empty {
  text-align: center;
  padding: 1rem 0 0.5rem;
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.admin-form-empty p {
  margin: 0;
  color: #7a756e;
}

.admin-file {
  position: relative;
}

.admin-file__input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.admin-file__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 56px;
  border: 1.5px dashed #ddd6cc;
  border-radius: 14px;
  background: #faf8f5;
  color: #0b0b0b;
  font-weight: 650;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.admin-file:hover .admin-file__label {
  border-color: #dc3629;
  background: #fff7f6;
}

.admin-file__label i {
  font-size: 1.15rem;
  color: #dc3629;
}

.is-admin .admin-form-card .form-control,
.is-admin .admin-form-card .form-select {
  border-radius: 12px;
  border: 1px solid #e4dfd7;
  min-height: 52px;
  background: #fff;
}

.is-admin .admin-form-card .form-control:focus,
.is-admin .admin-form-card .form-select:focus {
  border-color: #dc3629;
  box-shadow: 0 0 0 4px rgba(220, 54, 41, 0.12);
  outline: none;
}

.admin-field-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.admin-field-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: 760px) {
  .admin-field-grid,
  .admin-field-grid--two {
    grid-template-columns: 1fr;
  }
}


.detail-list {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.detail-list dt {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7a756e;
  margin-bottom: 0.25rem;
}

.detail-list dd {
  margin: 0;
  color: #0b0b0b;
  line-height: 1.5;
}

.simple-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.simple-list a {
  color: #0b0b0b;
  font-weight: 650;
  text-decoration: none;
}

.simple-list a:hover {
  color: #dc3629;
}

.admin-flash--error {
  background: #fff5f4;
  border: 1px solid #f3c7c2;
  color: #8f241c;
  border-radius: 12px;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}

.admin-flash--error ul {
  margin: 0.4rem 0 0;
  padding-left: 1.1rem;
}

.admin-flash--success {
  display: none;
}

.is-admin textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.is-admin .form-select {
  border-radius: 12px;
  border: 1px solid #e4dfd7;
  padding: 0.85rem 0.95rem;
  min-height: 52px;
  width: 100%;
  background: #fff;
}

/* —— Homepage dynamic visas / apply —— */
.visa-plan__category {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a756e;
}

.visa-entries {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: -0.5rem 0 1.5rem;
}

.visa-entry {
  border: 1px solid var(--vs-line);
  background: #fff;
  color: var(--vs-ink);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
}

.visa-entry.is-active,
.visa-entry:hover {
  background: var(--vs-red);
  border-color: var(--vs-red);
  color: #fff;
}

.visa-empty-filter,
.site-empty {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--vs-muted);
  border: 1px dashed var(--vs-line);
  border-radius: 16px;
  background: #fff;
}

.site-empty h3 {
  margin: 0 0 0.4rem;
  color: var(--vs-ink);
}

.apply__saved {
  margin: 1rem 0 0;
  color: var(--vs-muted);
  font-size: 0.95rem;
}

.site-alert {
  background: #eefaf3;
  border: 1px solid #bfe8d0;
  color: #146c43;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
}

.site-alert--error {
  background: #fff5f4;
  border-color: #f3c7c2;
  color: #8f241c;
}

.site-alert ul {
  margin: 0;
  padding-left: 1.1rem;
}

.category-strip {
  position: relative;
  padding: 5.5rem 0 5rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 100% 0%, rgba(220, 54, 41, 0.09), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(11, 11, 11, 0.05), transparent 50%),
    linear-gradient(180deg, #faf8f4 0%, #f3efe8 100%);
}

.category-strip__glow {
  position: absolute;
  inset: auto -10% -40% auto;
  width: min(480px, 55vw);
  height: min(480px, 55vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(220, 54, 41, 0.12), transparent 70%);
  pointer-events: none;
  animation: categoryGlow 10s ease-in-out infinite alternate;
}

@keyframes categoryGlow {
  from { transform: translate(0, 0) scale(1); opacity: 0.7; }
  to { transform: translate(-8%, -6%) scale(1.12); opacity: 1; }
}

.category-strip__head {
  max-width: 34rem;
  margin-bottom: 2.75rem;
}

.category-strip__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vs-red);
}

.category-strip__head h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(2.15rem, 4.5vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
  color: var(--vs-ink);
}

.category-strip__head > p {
  margin: 0;
  max-width: 28ch;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: var(--vs-muted);
}

.category-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(11, 11, 11, 0.12);
}

.category-link {
  --i: 0;
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr) auto auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.45rem 0.35rem 1.45rem 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(11, 11, 11, 0.12);
  transition: padding 0.35s ease, background 0.35s ease;
}

.category-link.reveal {
  transition-delay: calc(var(--i) * 60ms);
}

.category-link:hover,
.category-link:focus-visible {
  padding-left: 0.85rem;
  background: linear-gradient(90deg, rgba(220, 54, 41, 0.06), transparent 65%);
  outline: none;
}

.category-link__index {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9a9590;
  transition: color 0.3s ease;
}

.category-link:hover .category-link__index,
.category-link:focus-visible .category-link__index {
  color: var(--vs-red);
}

.category-link__copy {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
}

.category-link__copy strong {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--vs-ink);
}

.category-link__copy > span {
  color: var(--vs-muted);
  font-size: 0.95rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-link__meta {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a847c;
  white-space: nowrap;
}

.category-link__go {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(11, 11, 11, 0.14);
  color: var(--vs-ink);
  font-size: 1.05rem;
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, color 0.35s ease;
}

.category-link:hover .category-link__go,
.category-link:focus-visible .category-link__go {
  transform: translateX(4px);
  background: var(--vs-red);
  border-color: var(--vs-red);
  color: #fff;
}

@media screen and (max-width: 700px) {
  .category-strip {
    padding: 4rem 0 3.5rem;
  }

  .category-link {
    grid-template-columns: 2.4rem minmax(0, 1fr) auto;
    gap: 0.85rem 1rem;
    padding: 1.25rem 0;
  }

  .category-link__meta {
    grid-column: 2;
    grid-row: 2;
  }

  .category-link__go {
    grid-row: 1 / span 2;
    align-self: center;
  }

  .category-link:hover,
  .category-link:focus-visible {
    padding-left: 0.35rem;
  }
}

/* Application form */
.app-form-page {
  --app-field-h: 52px;
  --app-field-radius: 10px;
  --app-field-border: #ddd8d1;
  --app-field-bg: #fff;
  --app-field-text: #1a1a1a;
  --app-field-muted: #8a847c;
  --app-field-focus: rgba(220, 54, 41, 0.14);
  background:
    radial-gradient(ellipse 80% 40% at 50% -10%, rgba(220, 54, 41, 0.06), transparent),
    #f6f4f1;
}

.app-form-hero {
  padding: 7.2rem 0 1.5rem;
  background: transparent;
}

.app-form-hero h1 {
  margin: 0 0 1rem;
  text-align: center;
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  letter-spacing: -0.03em;
  color: #111;
}

.app-form-note {
  margin: 0 auto;
  max-width: 920px;
  padding: 0.95rem 1.15rem;
  background: #fff;
  border: 1px solid #f0cfcb;
  border-left: 4px solid var(--vs-red);
  border-radius: 0 var(--app-field-radius) var(--app-field-radius) 0;
  color: #4a3f3e;
  font-size: 0.95rem;
  line-height: 1.5;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}

.app-form-body {
  padding: 1.5rem 0 3.5rem;
}

.app-form-wrap {
  max-width: 920px;
}

.app-form-intro {
  text-align: center;
  margin-bottom: 1.5rem;
}

.app-form-intro h2 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
}

.app-form-intro p {
  margin: 0.2rem 0;
  color: #666;
}

.app-form-intro__hint {
  font-size: 0.92rem;
  color: #8a5a18 !important;
}

.app-form {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 16px;
  padding: 1.75rem 1.6rem 2rem;
  box-shadow: 0 12px 36px rgba(17, 17, 17, 0.05);
}

.app-form-section {
  margin-bottom: 1.5rem;
  padding-bottom: 1.35rem;
  border-bottom: 1px solid #f0ebe4;
}

.app-form-section:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.app-form-section__label {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.4rem 0.8rem;
  background: #111;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 6px;
}

.app-form-section__title {
  margin: 0 0 1rem;
  font-size: 1.1rem;
  color: var(--vs-red);
}

.app-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.05rem 1.1rem;
  margin-bottom: 1.05rem;
}

.app-form-grid:last-child {
  margin-bottom: 0;
}

.app-field {
  margin-bottom: 1.05rem;
  min-width: 0;
}

.app-form-grid > .app-field {
  margin-bottom: 0;
}

.app-field > label:not(.app-file):not(.app-terms__check),
.app-rating__label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3d3a36;
  line-height: 1.35;
}

.app-field > label:not(.app-file):not(.app-terms__check) span {
  color: var(--vs-red);
}

/* Uniform control surface for text, email, date, select */
.app-form-page .app-form .app-input,
.app-form-page .app-form .form-control,
.app-form-page .app-form .form-select {
  display: block;
  width: 100%;
  height: var(--app-field-h);
  min-height: var(--app-field-h);
  max-height: var(--app-field-h);
  margin: 0;
  border: 1px solid var(--app-field-border);
  border-radius: var(--app-field-radius);
  background-color: var(--app-field-bg);
  padding: 0 0.95rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--app-field-text);
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
  box-sizing: border-box;
}

.app-form-page .app-form .app-input::placeholder,
.app-form-page .app-form .form-control::placeholder {
  color: var(--app-field-muted);
  font-weight: 400;
  opacity: 1;
}

.app-form-page .app-form .app-input:hover,
.app-form-page .app-form .form-control:hover,
.app-form-page .app-form .form-select:hover {
  border-color: #cfc8be;
}

.app-form-page .app-form .app-input:focus,
.app-form-page .app-form .form-control:focus,
.app-form-page .app-form .form-select:focus {
  outline: none;
  border-color: var(--vs-red);
  box-shadow: 0 0 0 4px var(--app-field-focus);
  background-color: #fff;
}

.app-form-page .app-form select.app-input,
.app-form-page .app-form select.form-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.75rem;
  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.app-form-page .app-form input[type="date"].app-input {
  appearance: none;
  -webkit-appearance: none;
  color-scheme: light;
}

.app-form-page .app-form input[type="date"].app-input::-webkit-calendar-picker-indicator {
  opacity: 0.55;
  cursor: pointer;
}

.app-form-page .app-form .app-input:disabled,
.app-form-page .app-form .form-control:disabled,
.app-form-page .app-form .form-select:disabled {
  background: #f3f1ee;
  color: #9a958e;
  cursor: not-allowed;
}

/* Custom file controls — same height/radius/border as text fields */
.app-file {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--app-field-h);
  min-height: var(--app-field-h);
  margin: 0;
  border: 1px solid var(--app-field-border);
  border-radius: var(--app-field-radius);
  background: var(--app-field-bg);
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  font-size: 0.95rem !important;
  color: var(--app-field-text) !important;
}

.app-file:hover {
  border-color: #cfc8be;
}

.app-file:focus-within {
  border-color: var(--vs-red);
  box-shadow: 0 0 0 4px var(--app-field-focus);
}

.app-file__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.app-file__btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1rem;
  background: #f3f0eb;
  border-right: 1px solid var(--app-field-border);
  color: #333;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
}

.app-file__name {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 0.95rem;
  color: var(--app-field-muted);
  font-size: 0.9rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-file__name.is-selected {
  color: var(--app-field-text);
  font-weight: 500;
}

.app-fee-card {
  display: grid;
  gap: 0.25rem;
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(135deg, #fff8f7, #fff);
  border: 1px solid #f0cfcb;
  border-radius: var(--app-field-radius);
}

.app-fee-card strong {
  color: #111;
  font-size: 1rem;
}

.app-fee-card em {
  font-style: normal;
  color: var(--vs-red);
  font-weight: 700;
}

.app-fee-card small {
  color: #777;
}

.app-form-divider {
  text-align: center;
  margin: 0.5rem 0 1.35rem;
  padding: 1.2rem 1rem;
  background: #f7f5f2;
  border: 1px dashed #e0dbd3;
  border-radius: var(--app-field-radius);
}

.app-form-divider h3 {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}

.app-form-divider p {
  margin: 0.2rem 0;
  color: #666;
  font-size: 0.92rem;
}

.app-form-divider__meta {
  color: #888 !important;
  font-size: 0.84rem !important;
}

.app-upload-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.05rem;
}

.app-upload-grid > .app-field {
  margin-bottom: 0;
}

.app-rating {
  border-bottom: 0 !important;
  padding-bottom: 0.35rem !important;
}

.app-rating .app-field {
  margin-bottom: 0;
}

.app-rating__options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

.app-rating__option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--app-field-h);
  min-height: var(--app-field-h);
  margin: 0;
  padding: 0 0.5rem;
  border: 1px solid var(--app-field-border);
  border-radius: var(--app-field-radius);
  background: var(--app-field-bg);
  cursor: pointer;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: #444 !important;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.app-rating__option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.app-rating__option:hover {
  border-color: #cfc8be;
}

.app-rating__option:has(input:checked) {
  border-color: var(--vs-red);
  background: #fff5f4;
  color: var(--vs-red) !important;
  box-shadow: 0 0 0 4px var(--app-field-focus);
}

.app-terms {
  margin: 1.15rem 0 1.4rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--app-field-border);
  border-radius: var(--app-field-radius);
  background: #faf9f7;
}

.app-terms__check {
  display: flex !important;
  align-items: flex-start;
  gap: 0.7rem;
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  font-size: 0.95rem !important;
  color: #333 !important;
  cursor: pointer;
  line-height: 1.45;
}

.app-terms__check input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
  flex-shrink: 0;
  accent-color: var(--vs-red);
}

.app-form-actions {
  text-align: center;
  padding-top: 0.25rem;
}

.app-form-submit {
  min-width: min(100%, 300px);
  min-height: var(--app-field-h);
  justify-content: center;
  border-radius: var(--app-field-radius);
}

.app-why {
  padding: 3rem 0 4rem;
  background: #111;
  color: #fff;
}

.app-why h2 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.app-why > .wrap > p {
  max-width: 70ch;
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.app-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.app-why__grid article {
  padding: 1rem 0.2rem 0;
  border-top: 2px solid var(--vs-red);
}

.app-why__grid h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

.app-why__grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.45;
}

.app-thankyou {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 16px;
  padding: 1.75rem;
  box-shadow: 0 12px 36px rgba(17, 17, 17, 0.05);
}

.app-thankyou h2 {
  margin: 0 0 0.75rem;
}

.app-thankyou__meta {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.app-thankyou__meta li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #f0ebe4;
}

.app-thankyou__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.app-thankyou__actions .btn-ghost {
  background: transparent;
  color: var(--vs-ink);
  border: 1px solid var(--vs-line);
}

.app-thankyou__actions .btn-ghost:hover {
  border-color: var(--vs-ink);
  background: #f7f5f2;
  color: var(--vs-ink);
}

@media screen and (max-width: 900px) {
  .app-why__grid {
    grid-template-columns: 1fr 1fr;
  }

  .app-rating__options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 700px) {
  .app-form-grid,
  .app-why__grid {
    grid-template-columns: 1fr;
  }

  .app-form {
    padding: 1.2rem 1rem 1.5rem;
    border-radius: 14px;
  }

  .app-rating__options {
    grid-template-columns: 1fr 1fr;
  }

  .app-file__btn {
    padding: 0 0.8rem;
    font-size: 0.82rem;
  }
}

/* Contact page */
.contact-page {
  background: #f7f5f2;
}

.contact-hero {
  position: relative;
  min-height: min(72vh, 620px);
  display: grid;
  place-items: end stretch;
  overflow: hidden;
  color: #fff;
}

.contact-hero__media {
  position: absolute;
  inset: 0;
}

.contact-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: contactHeroZoom 18s ease-out forwards;
}

.contact-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.35) 0%, rgba(11, 11, 11, 0.78) 70%, rgba(11, 11, 11, 0.92) 100%);
}

.contact-hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 8.5rem 0 3.25rem;
  animation: contactHeroRise 0.9s ease both;
}

.contact-hero__brand {
  margin: 0 0 0.55rem;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.contact-hero__brand span {
  color: #ffb4ad;
}

.contact-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.contact-hero p {
  margin: 0;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.55;
}

.contact-body {
  padding: 3rem 0 4.5rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.5rem;
  align-items: start;
}

.contact-info,
.contact-form-panel {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 18px;
  padding: 1.6rem 1.45rem 1.7rem;
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.04);
}

.contact-info h2,
.contact-form-panel h2 {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.contact-info > p,
.contact-form-panel header p {
  margin: 0 0 1.35rem;
  color: var(--vs-muted);
  line-height: 1.55;
}

.contact-info__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.contact-info__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

.contact-info__icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff5f4;
  color: var(--vs-red);
  font-size: 1.1rem;
}

.contact-info__list strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6d675f;
}

.contact-info__list a,
.contact-info__list span,
.contact-info__list address {
  color: var(--vs-ink);
  text-decoration: none;
  font-style: normal;
  line-height: 1.45;
}

.contact-info__list a:hover {
  color: var(--vs-red);
}

.contact-info__list address {
  display: grid;
  gap: 0.15rem;
}

.contact-info__map {
  display: inline-block;
  margin-top: 0.35rem;
  color: var(--vs-red) !important;
  font-weight: 600;
  font-size: 0.9rem;
}

.contact-form {
  display: grid;
  gap: 0.15rem;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1rem;
}

.contact-field {
  margin-bottom: 0.95rem;
}

.contact-field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3d3a36;
}

.contact-field label em {
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: #9a958e;
}

.contact-input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #ddd8d1;
  border-radius: 10px;
  background: #fff;
  padding: 0.75rem 0.95rem;
  font: inherit;
  color: #1a1a1a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.contact-input--area {
  min-height: 140px;
  resize: vertical;
  line-height: 1.5;
}

.contact-input:focus {
  outline: none;
  border-color: var(--vs-red);
  box-shadow: 0 0 0 4px rgba(220, 54, 41, 0.14);
}

.contact-form__submit {
  justify-self: start;
  min-width: 180px;
  margin-top: 0.35rem;
}

.contact-message-body {
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid #f0ebe4;
}

.contact-message-body h3 {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
}

.contact-message-body p {
  margin: 0;
  white-space: pre-wrap;
  line-height: 1.6;
  color: #333;
}

.admin-table tr.is-unread td {
  background: #fffaf8;
}

@keyframes contactHeroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

@keyframes contactHeroRise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 900px) {
  .contact-layout,
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    min-height: 58vh;
  }
}

/* FAQ page */
.faq-page {
  background: #f7f5f2;
}

.faq-hero {
  position: relative;
  min-height: min(68vh, 560px);
  display: grid;
  place-items: end stretch;
  overflow: hidden;
  color: #fff;
}

.faq-hero__media {
  position: absolute;
  inset: 0;
}

.faq-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: contactHeroZoom 18s ease-out forwards;
}

.faq-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.28) 0%, rgba(11, 11, 11, 0.72) 62%, rgba(11, 11, 11, 0.92) 100%);
}

.faq-hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 8.5rem 0 3rem;
  animation: contactHeroRise 0.9s ease both;
}

.faq-hero__brand {
  margin: 0 0 0.55rem;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.faq-hero__brand span {
  color: #ffb4ad;
}

.faq-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.faq-hero p {
  margin: 0;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.55;
}

.faq-body {
  padding: 2.75rem 0 4.5rem;
}

.faq-wrap {
  max-width: 860px;
}

.faq-intro {
  text-align: center;
  margin-bottom: 1.75rem;
}

.faq-intro h2 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  letter-spacing: -0.03em;
}

.faq-intro p {
  margin: 0 auto;
  max-width: 52ch;
  color: var(--vs-muted);
  line-height: 1.55;
}

.faq-intro a {
  color: var(--vs-red);
  font-weight: 600;
  text-decoration: none;
}

.faq-intro a:hover {
  text-decoration: underline;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.03);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item[open] {
  border-color: #f0cfcb;
  box-shadow: 0 14px 32px rgba(220, 54, 41, 0.06);
}

.faq-item__summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.2rem;
  cursor: pointer;
  user-select: none;
}

.faq-item__summary::-webkit-details-marker {
  display: none;
}

.faq-item__q {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--vs-ink);
  line-height: 1.35;
}

.faq-item__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #fff5f4;
  color: var(--vs-red);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.faq-item__minus {
  display: none;
}

.faq-item[open] .faq-item__plus {
  display: none;
}

.faq-item[open] .faq-item__minus {
  display: inline;
}

.faq-item[open] .faq-item__icon {
  background: var(--vs-red);
  color: #fff;
  transform: rotate(180deg);
}

.faq-item__body {
  padding: 0 1.2rem 1.2rem;
  color: #4d4944;
  line-height: 1.6;
  animation: faqBodyIn 0.28s ease;
}

.faq-item__body p {
  margin: 0 0 0.75rem;
}

.faq-item__body a {
  color: var(--vs-red);
  font-weight: 600;
  text-decoration: none;
}

.faq-item__body a:hover {
  text-decoration: underline;
}

.faq-item__body ul {
  margin: 0;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.45rem;
}

.faq-item__body li::marker {
  color: var(--vs-red);
}

.faq-cta {
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.35rem 1.4rem;
  background: #111;
  color: #fff;
  border-radius: 16px;
}

.faq-cta h3 {
  margin: 0 0 0.3rem;
  font-size: 1.15rem;
}

.faq-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.faq-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.faq-cta .btn-ghost {
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.faq-cta .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

@keyframes faqBodyIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 700px) {
  .faq-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-hero {
    min-height: 52vh;
  }
}

/* Track application page */
.track-page {
  background: #f7f5f2;
}

.track-hero {
  position: relative;
  min-height: min(68vh, 560px);
  display: grid;
  place-items: end stretch;
  overflow: hidden;
  color: #fff;
}

.track-hero__media {
  position: absolute;
  inset: 0;
}

.track-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: contactHeroZoom 18s ease-out forwards;
}

.track-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.3) 0%, rgba(11, 11, 11, 0.74) 64%, rgba(11, 11, 11, 0.92) 100%);
}

.track-hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 8.5rem 0 3rem;
  animation: contactHeroRise 0.9s ease both;
}

.track-hero__brand {
  margin: 0 0 0.55rem;
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.track-hero__brand span {
  color: #ffb4ad;
}

.track-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.45rem, 3vw, 2.05rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.track-hero p {
  margin: 0;
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.55;
}

.track-body {
  padding: 2.5rem 0 4.5rem;
}

.track-wrap {
  max-width: 860px;
}

.track-note {
  margin: 0 0 1.25rem;
  padding: 0.95rem 1.1rem;
  background: #fff;
  border: 1px solid #f0cfcb;
  border-left: 4px solid var(--vs-red);
  border-radius: 0 12px 12px 0;
  color: #4a3f3e;
  line-height: 1.5;
}

.track-form-panel,
.track-result,
.track-empty {
  background: #fff;
  border: 1px solid #ebe6df;
  border-radius: 18px;
  padding: 1.55rem 1.4rem 1.7rem;
  box-shadow: 0 14px 36px rgba(17, 17, 17, 0.04);
  margin-bottom: 1.25rem;
}

.track-form-panel header h2,
.track-empty h2,
.track-result h2 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.track-form-panel header p,
.track-empty p {
  margin: 0 0 1.25rem;
  color: var(--vs-muted);
  line-height: 1.55;
}

.track-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem 1rem;
}

.track-field {
  margin-bottom: 0.95rem;
}

.track-field label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #3d3a36;
}

.track-field label span {
  color: var(--vs-red);
}

.track-input {
  width: 100%;
  min-height: 52px;
  border: 1px solid #ddd8d1;
  border-radius: 10px;
  background: #fff;
  padding: 0.75rem 0.95rem;
  font: inherit;
  color: #1a1a1a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

select.track-input {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.5rem;
  background-image:
    linear-gradient(45deg, transparent 50%, #666 50%),
    linear-gradient(135deg, #666 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.track-input--area {
  min-height: 130px;
  resize: vertical;
  line-height: 1.5;
}

.track-input:focus {
  outline: none;
  border-color: var(--vs-red);
  box-shadow: 0 0 0 4px rgba(220, 54, 41, 0.14);
}

.track-form__submit {
  min-width: 160px;
  margin-top: 0.25rem;
}

.track-result__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1.25rem;
}

.track-result__eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8a847c;
}

.track-result__head p {
  margin: 0.2rem 0 0;
  color: var(--vs-muted);
}

.track-result__alert {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: #fef3f2;
  border-radius: 10px;
  color: #912018;
}

.track-steps {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
}

.track-steps li {
  display: grid;
  justify-items: center;
  gap: 0.4rem;
  text-align: center;
  color: #9a958e;
}

.track-steps__dot {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 2px solid #e4dfd7;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.track-steps__label {
  font-size: 0.78rem;
  font-weight: 600;
}

.track-steps li.is-done .track-steps__dot,
.track-steps li.is-current .track-steps__dot {
  border-color: var(--vs-red);
  background: var(--vs-red);
  color: #fff;
}

.track-steps li.is-done,
.track-steps li.is-current {
  color: var(--vs-ink);
}

.track-result__meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0;
}

.track-result__meta div {
  padding: 0.8rem 0.9rem;
  background: #faf9f7;
  border: 1px solid #f0ebe4;
  border-radius: 12px;
}

.track-result__meta dt {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a847c;
}

.track-result__meta dd {
  margin: 0;
  font-weight: 650;
}

@media screen and (max-width: 800px) {
  .track-form__grid,
  .track-result__meta,
  .track-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 560px) {
  .track-form__grid,
  .track-result__meta,
  .track-steps {
    grid-template-columns: 1fr;
  }

  .track-result__head {
    flex-direction: column;
  }

  .track-hero {
    min-height: 52vh;
  }
}

/* Category page */
.category-page {
  background: #f7f5f2;
}

.category-hero {
  position: relative;
  min-height: min(62vh, 520px);
  display: grid;
  place-items: end stretch;
  overflow: hidden;
  color: #fff;
}

.category-hero__media {
  position: absolute;
  inset: 0;
}

.category-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: contactHeroZoom 18s ease-out forwards;
}

.category-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 11, 11, 0.28) 0%, rgba(11, 11, 11, 0.72) 60%, rgba(11, 11, 11, 0.92) 100%);
}

.category-hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 8.5rem 0 3rem;
  animation: contactHeroRise 0.9s ease both;
}

.category-hero__brand {
  margin: 0 0 0.55rem;
  font-size: clamp(2.2rem, 5.5vw, 3.8rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.category-hero__brand span {
  color: #ffb4ad;
}

.category-hero h1 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  font-weight: 650;
  letter-spacing: -0.03em;
}

.category-hero p {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.category-body {
  padding: 2.5rem 0 4.5rem;
}

.category-toolbar {
  display: grid;
  gap: 1.1rem;
  margin-bottom: 1.75rem;
}

.category-toolbar h2 {
  margin: 0 0 0.25rem;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  letter-spacing: -0.03em;
}

.category-toolbar > div > p {
  margin: 0;
  color: var(--vs-muted);
}

.category-toolbar .visa-entries {
  flex-wrap: wrap;
}

.category-toolbar .visa-entry em {
  font-style: normal;
  margin-left: 0.35rem;
  opacity: 0.7;
  font-size: 0.82em;
}

.category-groups {
  display: grid;
  gap: 2.25rem;
}

.category-group__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e8e4dc;
}

.category-group__head h3 {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.category-group__head p {
  margin: 0;
  color: var(--vs-muted);
  font-size: 0.92rem;
}

.category-group__count {
  flex: 0 0 auto;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #8a847c;
}

@media screen and (max-width: 700px) {
  .category-group__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-hero {
    min-height: 48vh;
  }
}




.nav-icon{
padding-right: 5px;
color: inherit;
}

table td, table th {
white-space: nowrap;
}


.ai-chat-window{
  position: fixed;
  right: 0;
  height: 100vh;
  background-color: #fff;
  width: 25%;
  top: 70px;
  border: solid 1px #f1f1f1;
  padding: 20px;
}




/* Responsive CSS Here */
@media screen and (max-width: 950px) {

.ai-chat-window{
  width: 100%;
}

.show-on-mobile{
    display: block;
}

.show-on-desktop{
  display: none;
}



}



/* Responsive CSS Here */
@media screen and (min-width: 950px) {



.show-on-mobile{
    display: none;
}

.show-on-desktop{
  display: block;
}



}
























